hvm: Re-introduce LPT1 device in ACPI tables.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Wed, 11 Jul 2007 12:49:11 +0000 (13:49 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Wed, 11 Jul 2007 12:49:11 +0000 (13:49 +0100)
commitffc3f3c3db16cbaf2b1302037ec969fecc9e0ea0
tree0cedd09facb2a0b4249d864e2f21d52c8bf433f9
parent4871e12b20d9c720ba781ce6564170bcc97fec27
hvm: Re-introduce LPT1 device in ACPI tables.

Once the presence of LPT1 is baked into a Windows guest, it gets upset
if it is subsequently removed. Hence we add the 'LTP1' device object
back into the ACPI DSDT, and remove IRQ 7 from the list of IRQs usable
by the PCI-ISA links.

Signed-off-by: Keir Fraser <keir@xensource.com>
tools/firmware/hvmloader/acpi/dsdt.asl
tools/firmware/hvmloader/acpi/dsdt.c
tools/firmware/hvmloader/config.h
tools/firmware/hvmloader/hvmloader.c
tools/firmware/rombios/rombios.c
tools/ioemu/vl.c